CharacterMappingDictionary.ICollection<KeyValuePair<int, string>>.Remove MethodCharacterMappingDictionary.ICollection(Of KeyValuePair(Of Integer, String)).Remove MethodCharacterMappingDictionary::ICollection<KeyValuePair<int, String>>::Remove Method
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Syntax
Private Function Remove( _ item As KeyValuePair(Of Integer, String) _ ) As Boolean _ Implements ICollection.Remove
private bool System.Collections.Generic.ICollection<T>.Remove( KeyValuePair<int, string> item )
private: virtual bool System.Collections.Generic::ICollection<T>::Remove( KeyValuePair<int, String^> item ) sealed